Gets an asset with the given ID
Gets an asset with the given ID
Path Parameters
- id string required
Responses
- 200
- 404
The asset
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
result object
items object[]
createdAt date-timecreatedBy stringmodifiedAt date-timemodifiedBy stringisDeleted booleanid stringproperties object
property name*
objectprivateProperties object
property name*
objectdataAddress object
properties object
property name*
objectgovernanceStatus stringsyncStatus string
{
"message": "string",
"level": "string",
"result": {
"items": [
{
"createdAt": "2024-02-27",
"createdBy": "string",
"modifiedAt": "2024-02-27",
"modifiedBy": "string",
"isDeleted": true,
"id": "string",
"properties": {},
"privateProperties": {},
"dataAddress": {
"properties": {}
},
"governanceStatus": "string",
"syncStatus": "string"
}
]
}
}
Asset with given id is not found
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Loading...